replacement string

英 [rɪˈpleɪsmənt strɪŋ] 美 [rɪˈpleɪsmənt strɪŋ]

网络  替换字符串; 替代字符串; 替换串

计算机



双语例句

  1. Replacement fields are denoted by curly brackets ( {}) inside a string.
    Replacement字段在字符串内由花括号({})标示。
  2. A proper implementation would take a closer look at the replacement string.
    恰当的实现应该进一步检查替换字符串。
  3. In theory, strncpy ( 3) is the safe replacement for strcpy ( 3), but strncpy ( 3) also fills the entire destination with NULs once the end of the source string has been met.
    从理论上讲,strncpy(3)是strcpy(3)的安全替代者,但是strncpy(3)还会在源字符串结束时使用NUL来填充整个目标空间。
  4. The replace method actually accepts a substring or a regular expression and a replacement string as its second parameter, replaces all matches with the replacement string, and returns the updated string.
    replace方法实际上接受子字符串或正则表达式和替换字符串作为其第二个参数,用替换字符串更换所有匹配项,并返回更新的字符串。
  5. If you wrap pattern elements in parentheses, you can use the matched contents in the replacement string.
    如果使用圆括号将模式元素括起来,您可以在替换字符串中使用匹配的内容。
  6. The replace function uses three arguments: the first is the text to modify, the second is the regular expression that matches the part to be replaced, and the third is the replacement string.
    replace函数采用了三个参数:第一个参数是要修改的文本,第二个参数是与将要替换的部分匹配的正则表达式,第三个参数是替换字符串。
  7. If you have a requirement to use them as arguments with other arguments following, then you use the-I option to specify a replacement string.
    如果您需要在这些参数后面再使用其他参数,可以使用-I选项指定一个替换字符串。
  8. The replacement string may contain references to subsequences captured during the previous match.
    替换字符串可能包含对在之前的匹配中捕获的子序列的引用。
  9. Wherever the replacement string occurs in the command you ask xargs to execute, it will be replaced by an argument.
    如果xargs将要执行的命令包含有替换字符串,那么将使用参数替换它。
  10. If the second group matched the string foo, for example, then passing the replacement string$ 2bar would cause foobar to be appended to the string buffer.
    例如,如果第二个组与字符串foo相匹配,则传递替换字符串$2bar将导致foobar被附加到字符串缓冲区。
  11. For each supported style tag, we construct a replacement string and create a new completion proposal.
    对于每种受支持的样式标签,我们将构造一个替换字符串,并创建一个新的自动完成建议。
  12. Replacement: The string that will replace the found string.
    Replacement:将替换所找到字符串的字符串。
  13. This escape sequence tells Vim to treat the replacement text as a Vimscript expression, evaluating it to get the actual replacement string.
    这个转义序列告诉Vim把替换文本作为一个Vimscript表达式来处理,对它进行评估来获取实际的替换字符串。
  14. Your job steps must take this into account and correctly quote the tokens you use or convert the replacement string to the correct data type.
    您的作业步骤必须考虑到这一点,并且将所用标记正确地用引号引起来或将替换字符串转换为正确的数据类型。
  15. The replacement is File. ReadLines, which returns a string enumerator.
    替代的方法是File.ReadLines,其返回一个字符串枚举器。
  16. Cumulative replace function, can replace the replacement string for prefix and suffix to achieve cumulative.
    累加替换功能,能在替换中对替换字符串的前缀和后缀实现累加。